home *** CD-ROM | disk | FTP | other *** search
- [ClassName] Vehicule
- ////////////////////////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////// LOGIC //////////////////////////////////////////////////
-
-
- // Max Number of units for interactions between this vehicule and units :
- // eg Moving kitchen 1 unit at a time
- // Moving dormitory 3 units at a time
- // Regular vehicule 0
- [NbActeurUnitMax] 0
-
- //In cm/s
- [SpeedBase] 0.5
-
-
- // Time to Lumber this one
- [LumberingTime] 0
-
-
- // Element's Nature this vehicule is authorized to pick up
- // 0 Units Only
- // 1 Object Only ( Micro's stuff)
- // 2 Compound Only
- // 3 All Type ( default value)
- [AutorizedType] 3
-
-